home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / poly30.zip / WHATSNEW.TXT < prev   
Text File  |  1993-04-27  |  13KB  |  250 lines

  1.                                    WHAT'S NEW?
  2.  
  3. IMPORTANT:       Caching floppy drives slows POLYCOPY's performance.  If you
  4.                  are using SMARTDRV.EXE, use the following syntax to disable
  5.                  floppy caching:
  6.  
  7.                                   SMARTDRV A- B-
  8.  
  9.                  The statement above assumes you have two floppy drives.  Other
  10.                  cache software should have similar options if floppy caching
  11.                  is supported.
  12.  
  13. [VERSION 3.00] - Up to 30% speed improvement.  This was accomplished by doubl-
  14.                  ing up on the block size of each disk read or write. A very
  15.                  positive side effect was to reduce the XMS handles requirement
  16.                  by 50% over previous versions.  Faster computers show the most
  17.                  significant improvement.  For example, on a 33Mhz or faster
  18.                  computer 1.44MB diskettes copy in about the same amount of
  19.                  time as 720K's.
  20.  
  21.                - New simplified syntax.  In earlier versions of POLYCOPY, image
  22.                  file syntax was a bit confusing.  The new syntax vs. the old
  23.                  is as follows:
  24.  
  25.                  OLD:  POLYCOPY [src<:>] [tgt<:>] [/i<s|r>:fspec] [/f] [/x] [/t] [/v] [/r]
  26.                  NEW:  POLYCOPY source [target] [/f] [/t] [/s] [/r] [/x]
  27.  
  28.                  EXAMPLES OF NEW SYNTAX:
  29.  
  30.                      D>polycopy b: /f
  31.                      C>polycopy a: b:
  32.                      C>polycopy d:\temp\disk1 b:  (default = ".FLP")
  33.                      C>polycopy e: disk1.flp
  34.                      C>polycopy /r                (print registration form)
  35.  
  36.                  As compared to the old syntax, image file handling is now much
  37.                  more intuitive.  Simple, type SOURCE and TARGET and POLYCOPY
  38.                  will determine whether each is a disk or image file
  39.                  automatically.
  40.  
  41.                - Improved formatting.  With the new format capability (MS DOS
  42.                  4.01, 5.0 and 6.0 only), there is no longer any need for human
  43.                  intervention during the format operation.  No doubt about it,
  44.                  the additional carriage returns and having to respond to
  45.                  "Format another (Y/N)" was a real pain.  This and other such
  46.                  ambiguous prompts have been removed.
  47.  
  48.                - Reduced XMS handles requirement.  This version requires half
  49.                  as many XMS handles as all previous version to copy the same
  50.                  number of cylinders.  It should only be necessary to set the
  51.                  maximum number of available XMS handles to 64 now, rather than
  52.                  128 as before.
  53.  
  54.                - Support for 2.88 MB floppies (untested).
  55.  
  56.                - QEMM Detection.  Useful if you like knowing what is active
  57.                  during copies.
  58.  
  59.                - Disk counters.  This version keeps track of the number of
  60.                  diskettes read and written, so you don't have to.  The numbers
  61.                  appears in the following form:
  62.  
  63.                     Source disk -------, ,------- Target disk (always "1")
  64.                                        | |
  65.                    100 percent of disk 4-1 read ==>
  66.  
  67.                     75 percent of disk 2-5 written ==>
  68.                                        | |
  69.                     Source disk -------' '------- Target disk
  70.  
  71.                  where the number "1" or "3" is replaced by the actual diskette
  72.                  currently being read or written to.
  73.  
  74.                - Beep tone.  Using the environment variable POLYSOUND, you
  75.                  may now tell POLYCOPY whether or not to produce an audible
  76.                  beep after each diskette has been processed.  It defaults to
  77.                  being turned on. Use the following syntax in you AUTOEXEC.BAT
  78.                  or from the DOS command line to turn it off always:
  79.  
  80.                                      SET POLYSOUND=OFF
  81.  
  82.                  You may also use the "/S" command line option to toggle sound
  83.                  on or off.  Like "/T" for toggling TrashGuard, "/S" sets sound
  84.                  to on if it is already off (or off it is is already on).  For
  85.                  example, if the environment variable POLYSOUND is not init-
  86.                  ialized, a "/S" will turn beep sounds off -- except for
  87.                  warnings.
  88.  
  89.                - Reduced RAM overhead when copying any floppy smaller than
  90.                  1.44 MB, or when the "/V" verify option is not selected.
  91.                  Dynamically allocated sector buffers, rather than static,
  92.                  make this possible.
  93.  
  94.                - Improved image file path correction.  In previous versons if
  95.                  you specified an image file with a filename larger than the
  96.                  eight characters allowed by DOS, POLYCOPY didn't not display
  97.                  the truncated path as it was actually used.  This primarily
  98.                  affects what is displayed rather than what is used.
  99.  
  100.                - Improved exception handling.  Earlier releases attempted to
  101.                  format diskettes regardless of the nature of errors detected
  102.                  during disk writes.  Now, POLYCOPY tests for specific errors.
  103.                  For example, if a diskette is write protected, a "Disk write
  104.                  protected" error will be displayed and no format will be
  105.                  attempted.
  106.  
  107.                - Input character checking.  When prompted for keyboard input
  108.                  for things such as "press ENTER" or "(Y/N)?", this version
  109.                  of POLYCOPY beeps until a valid choice is selected.  Older
  110.                  release would accept almost any character, sometimes with
  111.                  unpredictable results.
  112.  
  113.                - Converted to use DOS' built-in VERIFY capability, rather
  114.                  than hard-coded.  This reduces .EXE size and RAM overhead, and
  115.                  makes POLYCOPY even easier to operate than ever.  The "/V"
  116.                  option has been removed; however, you can turn verify on or
  117.                  using using the regular DOS syntax:
  118.  
  119.                                 C>verify on
  120.                                     or
  121.                                 C>verify off
  122.  
  123.                  NOTE:  Disk writes are much faster with write-read-verify
  124.                         turned off.  Most of the time it is not necessary to
  125.                         perform this extra testing.
  126.  
  127.                - TrashGuard now defaults to OFF.  You may still use the "/t"
  128.                  command line parameter, or the "TrashGuard=" environment
  129.                  variable, to turn TrashGuard back ON.
  130.  
  131.                - Enhanced error recovery.  In earlier versions, a bad
  132.                  destinate disk caused POLYCOPY to halt a duplication
  133.                  session.  This has been changed now to give you the
  134.                  option to make additional copies, thus saving valuable
  135.                  time.
  136.  
  137.                - Force drive type option.  In rare cases, such as with
  138.                  on systems with more than two floppy drives, it is
  139.                  necessary to force POLYCOPY to treat a floppy drive as
  140.                  a particular type.  If POLYCOPY has trouble determining
  141.                  the correct drive type, use the "/DT=n" parameter to
  142.                  force a type.  The drive type codes are (n=1...5):
  143.  
  144.                  1 = 360K, 2 = 1.2M, 3 = 720K, 4 = 1.44M and 5 = 2.88M
  145.  
  146.                  IMPORTANT:  Use this option very carefully.  Under
  147.                              normal circumstances use should not use
  148.                              this option.
  149.  
  150. [VERSION 2.81] - Version 2.80 has a bug that keeps it from creating the
  151.                  ORDER.FRM file, which is now corrected.
  152.  
  153.                - Fixed a cosmetic problem that occurred if the SOURCE and
  154.                  TARGET drives were not the same.  The statement, "Writing to
  155.                  TARGET disk in drive...," shows up on the wrong line.
  156.  
  157. [VERSION 2.80] - Corrected pointer problem that's been generating 90% of QEMM
  158.                  and other TrashGuard errors.  Now you can truely use POLYCOPY
  159.                  and QEMM safely and reliablly together.  Just don't forget to
  160.                  increase the number of handles to 128 (see below).
  161.  
  162. [VERSION 2.70] - Read/Write elapsed time display.  After a comlete disk read
  163.                  or write the elapsed time for the process is displayed in
  164.                  the form [XXm XXs], where 'm' is for minutes and 's' seconds.
  165.  
  166.                - TrashGuard<tm> RAM validation protection.  Some EMM drivers,
  167.                  such as QEMM, can make dangerous modifications to DOS RAM
  168.                  without warning if they are not configured properly for your
  169.                  system.  A change to a single byte will not affect most
  170.                  programs noticably; however, when you're copying diskettes
  171.                  a single byte error cannot be tolerated. Enter TrashGuard.
  172.  
  173.                  TrashGuard does exactly what it's name implies, it guards
  174.                  against trashed data.  An advanced 32-bit CRC algorithm is
  175.                  used to detect changes to diskette data while it is stored in
  176.                  RAM.
  177.  
  178.                - Verify option.  In verify mode POLYCOPY does in verify mode
  179.                  is to read each track written to disk and compare every byte
  180.                  to insure an absolutely accurate write.
  181.  
  182.                - No more erroneous "Drive not supported or is not a floppy
  183.                  drive" errors.  If you get this error now chances are it is
  184.                  legitimate.
  185.  
  186.                - Extended drive letters.  This version supports any floppy
  187.                  drive letter -- including virtual drives.  Letters such as
  188.                  those assigned by MicroSolutions' CompatiCard IV (i.e. E: F:).
  189.  
  190.                - DiskDUP (Copr. (C)1990 R. MacClean) image file compatibility.
  191.                  This version allows you to restore from DiskDUP's image files
  192.                  that are not compressed.
  193.  
  194.                - Tested with fast, single-pass copies on 600 rpm high-speed
  195.                  floppy drives.
  196.  
  197. [VERSION 2.60] - Store to and restore from diskette image files.  These disk
  198.                  images may be archived for modem transmission or simply stored
  199.                  on you hard drive for diskette recreation without the need for
  200.                  an original.
  201.  
  202.                  NOTE:  The image files POLYCOPY creates are completely
  203.                         compatible with those used by the PC Magazine utility
  204.                         pair 2FILE/2FLOPPY (C)1991 Ziff Comm. Co.
  205.  
  206.                - DOS 5.0 compatibility
  207.  
  208.                - Added "/u" parameter to the DOS FORMAT shell when DOS 5.0
  209.                  is detected.
  210.  
  211.                - Added "/x" parameter to disable XMS memory usage.  This is
  212.                  primarily for testing and comparisons, but may also prove
  213.                  useful if you have XMS problems and don't want to go to the
  214.                  trouble of removing your HIMEM.SYS driver.
  215.  
  216.                - Removed disk status check when "/f" forced format parameter
  217.                  is specified.  This eliminates the long pause associated
  218.                  with cross-formatted diskettes, but only if "/f" is specified.
  219.  
  220.                - Fixed bug that occurred when insufficient XMS handles resulted
  221.                  in a switch to DISK producing a corrupt target.  It is still
  222.                  recommended that you install:
  223.  
  224.                         "DEVICE=C:\DOS\HIMEM /NUMHANDLES=128"
  225.  
  226.                  for the best possible performance (HANDLES=128 for QEMM).
  227.  
  228.                - Added "/r" parameter so POLYCOPY can now generate its own
  229.                  registration form.  Use the following syntax to print a
  230.                  POLYCOPY registration form:
  231.  
  232.                         C>polycopy /r > prn
  233.  
  234. [VERSION 2.22] - Earlier versions skipped side one of the last track on high
  235.                  density diskettes.  This has been corrected.
  236.  
  237. [VERSION 2.21] - Fixed bug that occurred when copying multiple, different disks.
  238.                  The first disk always copied fine, but the program didn't
  239.                  reliably free up XMS and RAM prior to starting another disk.
  240.  
  241. [VERSION 2.20] - XMS memory support!
  242.  
  243. [VERSION 2.12] - Gives "WARNING!" rather than error when user attempts to make
  244.                  the default drive equal to either the SOURCE or TARGET drive.
  245.  
  246. [VERSION 2.11] - Corrects formatting problem, "bad parameter," for DOS versions
  247.                  less than 4.0.
  248.  
  249. [VERSION 2.10] - Multiple disk drives supported.
  250.